home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000228_news@bigblue.oit.unc.edu_Fri May 16 20:45:56 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  4KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AB12439; Wed, 18 May 1994 14:25:10 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA13514; Wed, 18 May 1994 14:20:28 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: 16 May 1994 20:45:56 GMT
  9. From: scooper@icarus.lis.pitt.edu (Scooper N Ong)
  10. Message-Id: <2r8m24$r69@toads.pgh.pa.us>
  11. Organization: University of Pittsburgh
  12. Sender: ses
  13. Subject: PC-NFS 4.0 and Trumpet Winsock problem
  14.  
  15. Hi,
  16.  
  17. I want to try out the Trumpet Winsock.DLL 1.0 
  18. recently ftp'ed from CICA.  I am having problem
  19. running WINPKT, specifically, it cannot recognize
  20. any interrupt vector number as belonging to my 
  21. NDIS packet driver (I tried all valid intvec from
  22. 0x60 to 0x80).
  23.  
  24. My configuration consist of 3COM 3c509TP 
  25. EtherLink III adapter, and PC-NFS v4.0 on top 
  26. of MS DOS LANMAN v1.1.  I have several network 
  27. drives NFS mounted on a Sun Sparc II file server.
  28.  
  29. The following is an excerpt from my config.sys
  30. and autoexec.bat file.  As you see, there does
  31. not seems to be any statement that specify the
  32. NDIS driver intvec, IRQ or IOaddress.
  33.  
  34. --------------------------------------
  35. config.sys :
  36. --------------------------------------
  37. dos=high,umb
  38. device=c:\nfs\pcnfs.sys
  39. device=c:\nfs\sockdrv.sys
  40. device=c:\lanman\protman.sys
  41. device=c:\lanman\elnk3.dos
  42. device=c:\lanman\nfs-ndis.sys
  43.  
  44. --------------------------------------
  45. autoexec.bat :
  46. --------------------------------------
  47. path c:\windows;c:\dos;c:\trumpet
  48. rem ---------
  49. rem nfs stuff
  50. rem ---------
  51. set TZ=EST5EDT
  52. set nfsdrive=c
  53. set nfspath=c:\nfs
  54. set path=%PATH%;c:\nfs
  55. c:\lanman\netbind
  56. c:\nfs\prt *
  57. c:\nfs\net init
  58. From news@bigblue.oit.unc.edu Mon May 16 17:05:28 1994
  59. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  60.           id AA12450; Wed, 18 May 1994 14:25:11 -0400
  61. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  62.           id AA09622; Wed, 18 May 1994 14:13:36 -0400
  63. Received: from GATEWAY by bigblue with netnews
  64.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  65. To: winsock@sunsite.unc.edu
  66. Date: Mon, 16 May 1994 17:05:28 GMT
  67. From: John Susag <John.Susag@minneapolismn.ncr.com>
  68. Message-Id: <CpwnH4.2x5@ncrcae.ColumbiaSC.NCR.COM>
  69. Organization: AT&T Global Information Solutions
  70. Sender: ses
  71. References: <CppIL6.vK@nntpa.cb.att.com>, <arnsteinCpr4F7.HCJ@netcom.com>, <CpruCo.9np@nntpa.cb.att.com>
  72. Reply-To: John.Susag@minneapolismn.ncr.com
  73. Subject: Re: 32 bit access with SCSI no available. Hunh? was Re: Win Mosaic alpha 4 (my fix)
  74.  
  75. Lets get this straight.
  76.  
  77. 32 bit file access means using MS's new 32 bit file system.  It handles caching 
  78. itself and eliminates the need for Smartdrive.  Only available with WFWG 3.11
  79.  
  80. 32 bit disk access means replacing the real mode ROM code with a 32 bit 
  81. protectedc mode implementation.  This eliminates the need the switch modes for 
  82. every I/O access and results in a big performance boost.
  83.  
  84. This has been around since Windows 3.1, whee it was called FastDisk.  Microsoft 
  85. wrote this based on a Western Digital WD1003 disk controller, a very common 
  86. controller. Most, but not all, IDE drives emulate this controller.  Some SCSI 
  87. controllers, especially Future Domain, can also support this.
  88.  
  89. If your controller is not WD1003 compatible, your controller vendor must write a 
  90. device driver for Windows. This can be done for SCSI, IDE, ESDI, or whatever.  
  91.  
  92. Some examples to prove my point.  I have a 386sx box with a Seagate ST157A IDE 
  93. drive.  Win 3.1 Fast disk doesn't work.  I added a Plus Hardcard 50Z.  FastDisk 
  94. doesn't work on that either, although the hard drive is a Quantum IDE.  Quantum 
  95. came out with drivers and now FastDisk works on the Hardcard.
  96.  
  97. My desktop is an NCR 3350 with an MCA bus and onboard NCR 53C94 SCSI controller 
  98. running WFWG 3.11.  32 bit file AND disk access work great.
  99.  
  100.  
  101.  
  102. John.Susag@MinneapolisMN.NCR.COM
  103. AT&T Global Information Solutions
  104. Opinions expressed are mine alone - Don't blame anyone else
  105.  
  106.